home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / compulse.swf / scripts / DefineSprite_295 / frame_1 / DoAction.as
Encoding:
Text File  |  2013-04-24  |  71 b   |  6 lines

  1. onEnterFrame = function()
  2. {
  3.    this._rotation += 5;
  4. };
  5. myRot = 0;
  6.